golang.org/x/net/http2.pipe.donec (field)
7 uses
golang.org/x/net/http2 (current package)
pipe.go#L23: donec chan struct{} // closed on error
pipe.go#L149: if p.donec == nil {
pipe.go#L155: case <-p.donec:
pipe.go#L157: close(p.donec)
pipe.go#L176: if p.donec == nil {
pipe.go#L177: p.donec = make(chan struct{})
pipe.go#L183: return p.donec
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)